Method: Pixelart::Image#[]

Defined in:
lib/pixelart/image.rb

#[](x, y) ⇒ Object

[View source]

334
# File 'lib/pixelart/image.rb', line 334

def []( x, y )          @img[x,y]; end